Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paraboly/pwc-filter

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraboly/pwc-filter

Automatically filter a set of data using a dynamic form.

  • 3.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Built With Stencil

WebComponent PWC Filter

Automatically filter a set of data using a dynamic form

npm version npm Platform - Platform Free Web License: MIT

WebComponent PWC Filter

Live JSFiddle Example

Installation

Script tag

  • Put two script tags similar to this in the head of your index.html:
  <script type="module" src="https://unpkg.com/@paraboly/pwc-filter@latest/dist/pwc-filter/pwc-filter.esm.js"></script>
  <script nomodule src="https://unpkg.com/@paraboly/pwc-filter@latest/dist/pwc-filter/pwc-filter.js"></script>
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @paraboly/pwc-filter --save
  • Put a script tag similar to this <script src='node_modules/@paraboly/pwc-filter/dist/pwc-filter.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install @paraboly/pwc-filter --save
  • Add an import to the npm packages import @paraboly/pwc-filter;
  • Then you can use the element anywhere in your template, JSX, html etc

Usage

See: Documentation.

Future Plans

  • Documentation
  • LICENSE
  • Deep data field search
  • Automatic generation of the dynamic form

Authors

S. Tarık Çetin (starikcetin), tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com

License

WebComponent PWC Filter is available under the MIT license. See the LICENSE file for more info.

Keywords

FAQs

Package last updated on 03 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc